home *** CD-ROM | disk | FTP | other *** search
- TARGET=C:\NWLITE\SERVER.EXE
- LIST
- print "STACKFIX.PAT - NetWare Lite Server stack initialization fix patch,\n"
- print " German version.\n"
- VERIFY
- va = search ( 90 90 90 90 90 90 90 E8 80 00 checksum 558 )
- if va=3095 then
- print " $TARGET already contains patch STACKFIX.PAT.\n"
- stop
- else
- print " $TARGET does not contain patch STACKFIX.PAT.\n"
- endif
- APPLY
- print " Applying patch STACKFIX.PAT to $TARGET...\n"
- vb = search ( FA 1E 17 BC 3C 14 FB E8 80 00 checksum 49E )
- if vb=3095 then
- patch 3095 ( 90 90 90 90 90 90 90 checksum 3F0 )
- write
- print " $TARGET now contains patch STACKFIX.PAT.\n"
- stop
- else
- print " Could not find pattern indicating that $TARGET\n"
- print " needs this patch. Make sure you are using this\n"
- print " patch with NetWare Lite SERVER.EXE, German version 1.1.\n"
- stop
- endif